|
|
|
|
SelectionInnerBorder Property, SftTree Class |
Defines the inner border of the selection outline.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionInnerBorder As Color |
C# |
public Color SelectionInnerBorder { get; set; } |
C++ |
public: property Color SelectionInnerBorder { |
Property Value
The border color.
The default value is Color.LightBlue.
Comments
The SelectionInnerBorder property defines the inner border of the selection outline.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.